The SubindexCollection<(Of <(<'T>)>)> type exposes the following members.

Methods

  Name Description
Public method Add(LambdaExpression, Boolean, Boolean, IndexingAlgorithm, CultureInfo)
Creates a new subindex and attaches it to its parent's Subindexes collection.
Public method Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>))
Creates a new subindex and attaches it to its parent's Subindexes collection.
Public method Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean)
Creates a new subindex and attaches it to its parent's Subindexes collection.
Public method Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean, Boolean)
Creates a new subindex and attaches it to its parent's Subindexes collection.
Public method Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean, Boolean, CultureInfo)
Creates a new subindex and attaches it to its parent's Subindexes collection.
Public method Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean, Boolean, IndexingAlgorithm, CultureInfo)
Creates a new subindex and attaches it to its parent's Subindexes collection.
Public method Clear
Clears the collection of all subindexes. All subindexes are detached from the parent and destroyed.
Public method Contains(LambdaExpression)
Determines whether a subindex with the specified key selector exists in the collection.
Public method Contains<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>))
Determines whether a subindex with the specified key selector exists in the collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Find(LambdaExpression)
Finds a subindex in the collection by its key selector.
Public method Find<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>))
Finds a subindex in the collection by its key selector.
Public method GetEnumerator
Returns an enumerator that iterates through the SubindexCollection<(Of <(<'T>)>)>.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(LambdaExpression)
Removes a subindex from the collection.
Public method Remove(Subindex<(Of <<'(T>)>>))
Removes a subindex from the collection.
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Count
Gets the number of subindexes in the collection.
Public property Item
Gets the subindex object at the specified ordinal position in the collection.

Explicit Interface Implementations

See Also